gdk_monitor_get_model: Fix a typo in the function documentation
authorAntenore Gatta <antenore@simbiosi.org>
Tue, 3 Mar 2020 09:51:48 +0000 (09:51 +0000)
committerAntenore Gatta <antenore@simbiosi.org>
Wed, 4 Mar 2020 10:05:46 +0000 (11:05 +0100)
gdk/gdkmonitor.c

index dbdcdddf042fa3960b398cebc7b3b3eb30e9aa7e..97a1700cea7b3828cc0d595b5d20f5be2086530a 100644 (file)
@@ -422,7 +422,7 @@ gdk_monitor_get_manufacturer (GdkMonitor *monitor)
  * gdk_monitor_get_model:
  * @monitor: a #GdkMonitor
  *
- * Gets the string identifying the monitor model, if available.
+ * Gets the string identifying the monitor model, if available.
  *
  * Returns: (transfer none) (nullable): the monitor model, or %NULL
  */